WCF-Xtensions Class Reference for .NET
LockAllElementsExcept Property (GenericConfigurationElementCollection<TConfigurationElement>)






Syntax
public System.Configuration.ConfigurationLockCollection LockAllElementsExcept {get;}
public read-only property LockAllElementsExcept: System.Configuration.ConfigurationLockCollection; 
public function get LockAllElementsExcept : System.Configuration.ConfigurationLockCollection
public: __property System.Configuration.ConfigurationLockCollection* get_LockAllElementsExcept();
public:
property System.Configuration.ConfigurationLockCollection^ LockAllElementsExcept {
   System.Configuration.ConfigurationLockCollection^ get();
}
'Declaration
 
Public ReadOnly Property LockAllElementsExcept As System.Configuration.ConfigurationLockCollection
 
'Usage
 
Dim instance As GenericConfigurationElementCollection(Of TConfigurationElement)
Dim value As System.Configuration.ConfigurationLockCollection
 
value = instance.LockAllElementsExcept
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GenericConfigurationElementCollection<TConfigurationElement> Class
GenericConfigurationElementCollection<TConfigurationElement> Members

Send Feedback